CallOptions

class CallOptions

CallOptions

Since

0.6.0

Constructors

CallOptions
Link copied to clipboard
fun CallOptions()

Functions

setAudioEnabled
Link copied to clipboard
fun setAudioEnabled(audioEnabled: Boolean): CallOptions

Sets audioEnabled. (default: true)

setFrontCameraAsDefault
Link copied to clipboard
fun setFrontCameraAsDefault(asDefault: Boolean): CallOptions

Sets front camera as default. (default: true)

setLocalVideoView
Link copied to clipboard
fun setLocalVideoView(videoView: SendBirdVideoView): CallOptions

Sets local video view.

setRemoteVideoView
Link copied to clipboard
fun setRemoteVideoView(videoView: SendBirdVideoView): CallOptions

Sets remote video view.

setVideoEnabled
Link copied to clipboard
fun setVideoEnabled(videoEnabled: Boolean): CallOptions

Sets videoEnabled. (default: true)